@charset "UTF-8";
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  color: #333333;
  font-size: 12px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
select {
  outline: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  color: #b0825a;
}
html,
body {
  height: 100%;
}
body.hide {
  overflow: hidden;
}
/*百度二维码样式覆盖*/
.bd_weixin_popup .bd_weixin_popup_main {
  padding: 10px 10px!important;
}
.taxian:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap {
  max-width: 1580px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (max-width: 1580px) {
  .wrap {
    max-width: 1200px;
  }
}
.col,
.row {
  width: 100%;
  box-sizing: border-box;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.l {
  float: left;
}
.r {
  float: right;
}
.article {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
}
.article img {
  max-width: 100%;
}
.mainFilter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 100px;
}
.header {
  width: 100%;
  min-width: 1200px;
  height: 95px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #e4e4e4;
  border-bottom: solid 3px #b49173;
}
.header .row {
  width: 100%;
  width: 1200px;
  background: red;
  position: relative;
}
.header .logo {
  width: 148px;
  height: 50px;
  float: left;
  overflow: hidden;
  margin: 25px 0 0 29px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .slogan {
  line-height: 18px;
  font-size: 14px;
  color: #666666;
  margin: 22px 0 0 20px;
  float: left;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.header .slogan .p1 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 5px 0 8px 0;
}
.header .phone {
  width: 230px;
  float: right;
  background: url(../images/phone.png) no-repeat 0 center;
  padding-left: 66px;
  box-sizing: border-box;
  margin-top: 12px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.header .phone .p1 {
  line-height: 22px;
  font-size: 14px;
  color: #666666;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.header .phone .p2 {
  line-height: 20px;
  font-size: 18px;
  color: #000;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.header .phone .p2 a {
  font-size: 18px;
  color: #000;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.header .searchBox {
  float: right;
  position: relative;
  height: 95px;
  border-left: solid 1px #d8d8d8;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.header .searchBox .searchBtn {
  width: 26px;
  height: 26px;
  background: url(../images/searchBtn.png) no-repeat center;
  cursor: pointer;
  margin: 36px 77px 0 38px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.header .searchBox .searchBar {
  width: 100%;
  height: 95px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 95;
  box-sizing: border-box;
  background: #e4e4e4;
  display: none;
}
.header .searchBox .searchBar .inpu {
  padding-right: 190px;
  box-sizing: border-box;
}
.header .searchBox .searchBar .inpu input {
  width: 100%;
  height: 95px;
  line-height: 95px;
  padding: 0 10px 0 44px;
  box-sizing: border-box;
  font-size: 24px;
  color: #666;
  background: url(../images/searchBtn.png) no-repeat 0 center;
  border: none;
}
.header .searchBox .searchBar .inpu input::-webkit-input-placeholder {
  color: #999999;
}
.header .searchBox .searchBar .inpu input:-moz-placeholder {
  color: #999999;
}
.header .searchBox .searchBar .inpu input::-moz-placeholder {
  color: #999999;
}
.header .searchBox .searchBar .inpu input:-ms-input-placeholder {
  color: #999999;
}
.header .searchBox .searchBar .closeBtn {
  width: 179px;
  height: 95px;
  line-height: 95px;
  float: right;
  border-left: solid 1px #cccccc;
  cursor: pointer;
  text-align: right;
  font-size: 24px;
  color: #999999;
  position: relative;
}
.header .searchBox .searchBar .closeBtn::after {
  content: " ";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 76px;
  top: 37px;
  z-index: 2;
  background: url(../images/closeBtn.png) no-repeat;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.header .searchBox .searchBar .closeBtn:hover::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.header .searchBox .wrap {
  position: relative;
}
.header .searchBox .prompt {
  position: absolute;
  left: 0;
  top: 95px;
  z-index: 5;
  background: #fff;
  width: 50%;
  border: solid 1px #ccc;
  box-sizing: border-box;
  display: none;
}
.header .searchBox .prompt li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  padding: 0 20px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: solid 1px #eee;
}
.header .searchBox .prompt li:last-child {
  border-bottom: none;
}
.header .searchBox .prompt li span {
  color: #f00;
}
.header .searchBox .prompt li:hover {
  background: #eee;
}
.header .menuBtn {
  display: none;
}
.header .nav {
  width: 100%;
  min-width: 589px;
  text-align: center;
}
.header .nav .tit {
  display: none;
}
.header .nav > ul {
  display: inline-block;
}
.header .nav > ul > li {
  float: left;
  position: relative;
  margin-left: 1px;
}
.header .nav > ul > li:hover > a,
.header .nav > ul > li.on a {
  background: #b49173;
  color: #fff;
}
.header .nav > ul > li:hover > a span,
.header .nav > ul > li.on a span {
  color: #fff;
}
.header .nav > ul > li > a {
  height: 98px;
  line-height: 26px;
  padding: 0 36px;
  display: block;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  padding-top: 26px;
  box-sizing: border-box;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.header .nav > ul > li > a span {
  font-size: 12px;
  color: #999999;
  font-family: "Arial";
  display: block;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.header .nav .sub {
  min-width: 100%;
  display: none;
  position: absolute;
  top: 98px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  z-index: 90;
  background: #575757;
}
.header .nav .sub li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.header .nav .sub li a:hover {
  background: #999;
}
.header.fixed {
  height: 70px;
}
.header.fixed .logo {
  margin: 10px 0 0 14px;
}
.header.fixed .slogan {
  margin: 8px 0 0 10px;
}
.header.fixed .phone {
  padding-left: 56px;
  margin-top: 2px;
}
.header.fixed .phone .p1 {
  line-height: 20px;
  font-size: 14px;
}
.header.fixed .phone .p2 {
  line-height: 20px;
}
.header.fixed .phone .p2 a {
  font-size: 14px;
}
.header.fixed .searchBox {
  height: 70px;
}
.header.fixed .searchBox .searchBtn {
  margin: 22px 30px 0 20px;
}
.header.fixed .searchBox .searchBar {
  height: 70px;
}
.header.fixed .searchBox .searchBar .inpu {
  padding-right: 190px;
}
.header.fixed .searchBox .searchBar .inpu input {
  height: 70px;
  line-height: 70px;
}
.header.fixed .searchBox .searchBar .closeBtn {
  height: 70px;
  line-height: 70px;
}
.header.fixed .searchBox .searchBar .closeBtn::after {
  top: 24px;
}
.header.fixed .nav > ul > li:hover > a,
.header.fixed .nav > ul > li.on a {
  background: #b49173;
  color: #fff;
}
.header.fixed .nav > ul > li:hover > a span,
.header.fixed .nav > ul > li.on a span {
  color: #fff;
}
.header.fixed .nav > ul > li > a {
  height: 70px;
  font-size: 16px;
  padding-top: 12px;
}
@media only screen and (max-width: 1780px) {
  .header .logo {
    margin: 25px 0 0 14px;
  }
  .header .slogan {
    margin: 22px 0 0 10px;
  }
  .header .searchBox .searchBtn {
    margin: 38px 30px 0 20px;
  }
  .header .searchBox .searchBar {
    right: 26px;
  }
  .header.fixed .nav > ul > li > a,
  .header .nav > ul > li > a {
    padding: 0 16px;
    font-size: 16px;
    padding-top: 22px;
  }
  .header.fixed .nav > ul > li > a {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 1440px) {
  .header .logo {
    width: 120px;
    height: 41px;
  }
  .header .slogan {
    margin: 22px 0 0 10px;
    line-height: 16px;
    font-size: 12px;
  }
  .header .searchBox .searchBtn {
    margin: 38px 30px 0 20px;
  }
  .header .searchBox .searchBar {
    right: 26px;
  }
  .header .phone {
    width: 180px;
    background-size: 30px 30px;
    padding-left: 36px;
  }
  .header .phone .p1 {
    line-height: 20px;
    font-size: 14px;
  }
  .header .phone .p2 {
    line-height: 20px;
    font-size: 14px;
  }
  .header .phone .p2 a {
    font-size: 14px;
  }
  .header .nav > ul > li > a {
    padding: 0 10px;
    font-size: 14px;
    padding-top: 26px;
  }
  .header.fixed .slogan {
    margin: 8px 0 0 10px;
  }
  .header.fixed .searchBox .searchBtn {
    margin: 20px 16px 0 16px;
  }
  .header.fixed .phone {
    width: 180px;
    background-size: 30px 30px;
    padding-left: 36px;
  }
  .header.fixed .phone .p1 {
    line-height: 20px;
    font-size: 14px;
  }
  .header.fixed .phone .p2 {
    line-height: 20px;
    font-size: 14px;
  }
  .header.fixed .phone .p2 a {
    font-size: 14px;
  }
  .header.fixed .nav > ul > li > a {
    padding: 0 10px;
    font-size: 14px;
    padding-top: 12px;
  }
}
.footer {
  background: #1f1f1f;
  padding-top: 18px;
}
.footer .linkbox {
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  color: #7e7e7e;
  margin-bottom: 44px;
}
.footer .linkbox span {
  padding: 0 6px;
}
.footer .linkbox a {
  font-size: 18px;
  color: #7e7e7e;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.footer .linkbox a:hover {
  color: #fff;
}
.footer .contact,
.footer .wechat,
.footer .keywords {
  width: 394px;
  border-right: solid 1px #333333;
  min-height: 288px;
  float: left;
  box-sizing: border-box;
}
.footer .title {
  line-height: 22px;
  font-size: 20px;
  color: #fff;
}
.footer .contact {
  padding-right: 100px;
}
.footer .contact .title {
  margin-bottom: 27px;
}
.footer .contact .p2,
.footer .contact .p1 {
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  box-sizing: border-box;
  background: url(../images/contact1.png) no-repeat 0 center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
}
.footer .contact .p2 a,
.footer .contact .p1 a {
  font-size: 24px;
  color: #fff;
}
.footer .contact .p2 {
  background-image: url(../images/contact2.png);
}
.footer .contact .p3 {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
.footer .contact .share {
  margin-top: 26px;
}
.footer .contact .share a {
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
  padding: 0;
  background: no-repeat 0 0;
  background-size: 100% 100%;
  opacity: 1;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.footer .contact .share .bds_weixin {
  background-image: url(../images/share1.png);
}
.footer .contact .share .bds_weixin:hover {
  background-image: url(../images/share11.png);
}
.footer .contact .share .bds_sqq {
  background-image: url(../images/share2.png);
}
.footer .contact .share .bds_sqq:hover {
  background-image: url(../images/share22.png);
}
.footer .contact .share .bds_tsina {
  background-image: url(../images/share3.png);
}
.footer .contact .share .bds_tsina:hover {
  background-image: url(../images/share33.png);
}
.footer .wechat {
  text-align: center;
  padding: 0 14px;
  box-sizing: border-box;
}
.footer .wechat .qrcode {
  width: 50%;
  box-sizing: border-box;
  padding: 0 12px;
  text-align: center;
  float: left;
}
.footer .wechat .qrcode .pic {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 46px;
}
.footer .wechat .qrcode .pic img {
  width: 100%;
  display: block;
}
.footer .keywords {
  padding: 0 60px;
}
.footer .keywords ul {
  margin-top: 22px;
}
.footer .keywords ul li {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.footer .keywords ul li a {
  font-size: 14px;
  color: #999999;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.footer .keywords ul li a:hover {
  color: #fff;
}
.footer .slogan {
  width: 350px;
  font-weight: bold;
  font-size: 28px;
  color: #999999;
  text-align: justify;
  float: right;
}
.footer .slogan .p1 {
  font-size: 25.5px;
}
.footer .slogan .p3 {
  line-height: 22px;
  font-size: 16px;
  color: #7e7e7e;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 8px 0 26px 0;
  text-align: left;
}
.footer .copyright {
  border-top: solid 1px #333333;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  padding: 20px 0 0 0;
  margin-top: 40px;
}
.footer .copyright a {
  font-size: 14px;
  color: #666666;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.footer .copyright a:hover {
  color: #fff;
}
.footer .friendshipLinks {
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  padding: 10px 0 20px 0;
}
.footer .friendshipLinks span {
  margin-right: 10px;
}
.footer .friendshipLinks a {
  font-size: 14px;
  color: #666666;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  margin-right: 20px;
}
.footer .friendshipLinks a:hover {
  color: #fff;
}
@media only screen and (max-width: 1580px) {
  .footer .contact,
  .footer .wechat,
  .footer .keywords {
    width: 320px;
    min-height: 288px;
  }
  .footer .contact {
    padding-right: 30px;
  }
  .footer .keywords {
    padding: 0 20px;
  }
  .footer .slogan {
    width: 220px;
    font-size: 17.5px;
  }
  .footer .slogan .p1 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .footer .slogan .p3 {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .footer .wechat {
    padding: 0 6px;
  }
  .footer .wechat .qrcode {
    padding: 0 6px;
  }
  .footer .wechat .qrcode .pic {
    margin-top: 46px;
  }
}
.fixedSidebar {
  width: 80px;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  z-index: 94;
  text-align: center;
  border: solid 1px #d9d9d9;
  border-bottom: none;
  background: #fff;
}
.fixedSidebar li {
  border-bottom: solid 1px #d9d9d9;
  position: relative;
}
.fixedSidebar li:hover a {
  background: #b49173;
}
.fixedSidebar li:hover a .icon1 {
  display: none;
}
.fixedSidebar li:hover a .icon2 {
  display: block;
}
.fixedSidebar li:hover a .txt {
  color: #fff;
}
.fixedSidebar li:hover .code-box {
  margin-right: 0;
  opacity: 1;
  pointer-events: auto;
}
.fixedSidebar li a {
  height: 78px;
  display: block;
  padding-top: 12px;
  box-sizing: border-box;
}
.fixedSidebar li a .icon2,
.fixedSidebar li a .icon1 {
  height: 30px;
  line-height: 30px;
}
.fixedSidebar li a .icon2 img,
.fixedSidebar li a .icon1 img {
  vertical-align: middle;
}
.fixedSidebar li a .icon2 {
  display: none;
}
.fixedSidebar li a .txt {
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  margin-top: 6px;
}
.fixedSidebar li .hide {
  height: 78px;
  line-height: 78px;
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 5;
  background: #b49173;
  white-space: nowrap;
  box-sizing: border-box;
  display: none;
}
.fixedSidebar li .phone {
  background: #b0825a;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
}
.fixedSidebar li .qrcode {
  width: 142px;
  height: 142px;
  right: 81px;
  padding: 8px;
}
.fixedSidebar li .qrcode img {
  width: 100%;
  display: block;
}
.fixedSidebar li .code-box {
  margin-right: -10px;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s,margin .3s;
}
.fixedSidebar li .code-box img {
  display: block;
  width: 138px;
}
.banner .pic2 {
  display: none;
}
.banner img {
  width: 100%;
  display: block;
}
.bottomText {
  width: 100%;
  background: url(../images/product_bg.png);
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  font-size: 18px;
  color: #fff;
}
.bottomText span {
  width: 98px;
  height: 24px;
  line-height: 24px;
  border: solid 1px #fff;
  border-radius: 24px;
  display: inline-block;
  margin-left: 30px;
  text-align: left;
  text-indent: 8px;
  font-size: 14px;
  vertical-align: middle;
  margin-top: -4px;
  background: url(../images/arrow2.png) no-repeat right 6px center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.publicPhone {
  float: right;
  background: url(../images/phone.png) no-repeat 0 center;
  padding-left: 66px;
  box-sizing: border-box;
}
.publicPhone .p1 {
  line-height: 18px;
  font-size: 14px;
  color: #666666;
}
.publicPhone .p2 {
  line-height: 20px;
  font-size: 18px;
  color: #000;
}
.publicPhone .p2 a {
  font-size: 18px;
  color: #000;
}
@keyframes arrow1 {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: 116px;
  }
}
@-moz-keyframes arrow1 {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: 116px;
  }
}
@-webkit-keyframes arrow1 {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: 116px;
  }
}
@-o-keyframes arrow1 {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: 116px;
  }
}
@keyframes banner_text1 {
  0% {
    top: 55%;
    opacity: 0;
  }
  30% {
    top: 55%;
    opacity: 0;
  }
  60% {
    top: 38%;
    opacity: 1;
  }
  100% {
    top: 38%;
    opacity: 1;
  }
}
@-moz-keyframes banner_text1 {
  0% {
    top: 55%;
    opacity: 0;
  }
  30% {
    top: 55%;
    opacity: 0;
  }
  60% {
    top: 38%;
    opacity: 1;
  }
  100% {
    top: 38%;
    opacity: 1;
  }
}
@-webkit-keyframes banner_text1 {
  0% {
    top: 55%;
    opacity: 0;
  }
  30% {
    top: 55%;
    opacity: 0;
  }
  60% {
    top: 38%;
    opacity: 1;
  }
  100% {
    top: 38%;
    opacity: 1;
  }
}
@-o-keyframes banner_text1 {
  0% {
    top: 55%;
    opacity: 0;
  }
  30% {
    top: 55%;
    opacity: 0;
  }
  60% {
    top: 38%;
    opacity: 1;
  }
  100% {
    top: 38%;
    opacity: 1;
  }
}
@keyframes banner_text2 {
  0% {
    margin-top: 80px;
    opacity: 0;
  }
  40% {
    margin-top: 80px;
    opacity: 0;
  }
  80% {
    margin-top: 5px;
    opacity: 1;
  }
  100% {
    margin-top: 5px;
    opacity: 1;
  }
}
@-moz-keyframes banner_text2 {
  0% {
    margin-top: 80px;
    opacity: 0;
  }
  40% {
    margin-top: 80px;
    opacity: 0;
  }
  80% {
    margin-top: 5px;
    opacity: 1;
  }
  100% {
    margin-top: 5px;
    opacity: 1;
  }
}
@-webkit-keyframes banner_text2 {
  0% {
    margin-top: 80px;
    opacity: 0;
  }
  40% {
    margin-top: 80px;
    opacity: 0;
  }
  80% {
    margin-top: 5px;
    opacity: 1;
  }
  100% {
    margin-top: 5px;
    opacity: 1;
  }
}
@-o-keyframes banner_text2 {
  0% {
    margin-top: 80px;
    opacity: 0;
  }
  40% {
    margin-top: 80px;
    opacity: 0;
  }
  80% {
    margin-top: 5px;
    opacity: 1;
  }
  100% {
    margin-top: 5px;
    opacity: 1;
  }
}
.main .columnTitle {
  text-align: center;
}
.main .columnTitle .tit {
  line-height: 50px;
  font-size: 48px;
  font-weight: bold;
  color: #000000;
}
.main .columnTitle .tit span {
  color: #b49173;
}
.main .columnTitle .en {
  font-size: 18px;
  color: #333333;
  margin-top: 12px;
}
.main .moreBtn {
  width: 170px;
  height: 48px;
  border-radius: 22px;
  border: solid 1px #000000;
  margin: 20px auto 0 auto;
  color: #000;
  display: block;
  padding: 4px 78px 0 24px;
  box-sizing: border-box;
  background: url(../images/moreBtn1.png) no-repeat right 24px center;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  clear: both;
}
.main .moreBtn:hover {
  color: #fff;
  border: solid 1px #b49173;
  background-image: url(../images/moreBtn2.png);
  background-color: #b49173;
}
.main .moreBtn .p1 {
  display: block;
  font-size: 16px;
}
.main .moreBtn .p2 {
  display: block;
  font-size: 12px;
}
.main .banner {
  overflow: hidden;
}
.main .banner .swiper-container {
  position: relative;
}
.main .banner .swiper-slide a {
  display: block;
  position: relative;
}
.main .banner .swiper-slide .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/filter1.png);
  z-index: 2;
  display: none;
}
.main .banner .swiper-slide .text {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  z-index: 5;
  color: #fff;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000)";
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000);
  opacity: 0;
}
.main .banner .swiper-slide .text .p1 {
  letter-spacing: 6px;
  font-size: 40px;
}
.main .banner .swiper-slide .text .p2 {
  letter-spacing: 1px;
  font-size: 18px;
  margin-top: 20px;
}
.main .banner .swiper-slide-active .text {
  animation: banner_text1 2s;
  -moz-animation: banner_text1 2s;
  -webkit-animation: banner_text1 2s;
  -o-animation: banner_text1 2s;
  animation-fill-mode: forwards;
}
.main .banner .swiper-slide-active .text .p2 {
  animation: banner_text2 2s;
  -moz-animation: banner_text2 2s;
  -webkit-animation: banner_text2 2s;
  -o-animation: banner_text2 2s;
  animation-fill-mode: forwards;
}
.main .banner .arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: 116px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 5;
  background: url(../images/arrow1.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  animation: arrow1 1s infinite alternate;
  -moz-animation: arrow1 1s infinite alternate;
  -webkit-animation: arrow1 1s infinite alternate;
  -o-animation: arrow1 1s infinite alternate;
}
.main .banner .swiper-pagination {
  bottom: 30px;
}
.main .banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: none;
  border: solid 2px #fff;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  opacity: 1;
  margin: 0 10px;
}
.main .banner .swiper-pagination-bullet-active {
  background: #fff;
}
.main .product {
  padding: 40px 0;
}
.main .product .content {
  margin-top: 18px;
}
.main .product .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .product .content .col {
  width: 522px;
  float: left;
  margin-left: 7px;
}
.main .product .content .col:first-child {
  margin-left: 0;
}
.main .product .content .box {
  float: left;
  margin-bottom: 7px;
  overflow: hidden;
  position: relative;
}
.main .product .content .box img {
  width: 100%;
  display: block;
}
.main .product .content .box a:hover .cont {
  height: 100%;
}
.main .product .content .box a:hover .cont .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 5;
}
.main .product .content .box a:hover .cont .tit {
  font-size: 30px;
  font-weight: bold;
}
.main .product .content .box a:hover .cont .tit span {
  display: none;
}
.main .product .content .box a:hover .cont .more {
  border: solid 1px #b49173;
  color: #fff;
  background-color: #b49173;
}
.main .product .content .box .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: url(../images/product_bg.png);
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .product .content .box .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 18px;
  color: #fff;
}
.main .product .content .box .tit span {
  width: 98px;
  height: 24px;
  line-height: 24px;
  border: solid 1px #fff;
  border-radius: 24px;
  display: inline-block;
  margin-left: 30px;
  text-align: left;
  text-indent: 8px;
  font-size: 14px;
  vertical-align: middle;
  margin-top: -4px;
  background: url(../images/arrow2.png) no-repeat right 6px center;
}
.main .product .content .box .line {
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 26px auto 34px auto;
  display: none;
}
.main .product .content .box .txt {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  margin-top: 26px;
}
.main .product .content .box .more {
  width: 98px;
  height: 24px;
  line-height: 24px;
  border: solid 1px #fff;
  border-radius: 24px;
  display: block;
  text-align: left;
  text-indent: 8px;
  font-size: 14px;
  color: #fff;
  background: url(../images/arrow2.png) no-repeat right 6px center;
  margin: 34px auto 0 auto;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .painPoints {
  background: url(../images/painPoints_bg.jpg) no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 68px 0 60px 0;
}
.main .painPoints .columnTitle .en,
.main .painPoints .columnTitle .tit {
  color: #fff;
}
.main .painPoints ul {
  margin-top: 75px;
}
.main .painPoints ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .painPoints ul li {
  width: 33.333%;
  text-align: center;
  float: left;
}
.main .painPoints ul li:hover .icon {
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
}
.main .painPoints ul li .icon {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .painPoints ul li .icon img {
  width: 100%;
  display: block;
}
.main .painPoints ul li .p1 {
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-top: 40px;
}
.main .painPoints ul li .p2 {
  line-height: 30px;
  font-size: 20px;
  color: #b49173;
  margin-top: 10px;
}
.main .painPoints .text {
  text-align: center;
  line-height: 60px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  background: url(../images/painPoints_line.png) repeat-x 0 0;
  margin-top: 86px;
  padding-top: 56px;
}
.main .painPoints .text span {
  color: #b49173;
}
.main .painPoints .moreBtn {
  width: 260px;
  border: solid 1px #fff;
  background-color: #fff;
  margin-top: 28px;
}
.main .painPoints .moreBtn:hover {
  background-color: #b49173;
  border: solid 1px #b49173;
}
.main .case {
  padding: 40px 0;
}
.main .case .top {
  margin-top: 38px;
}
.main .case .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .case .top .city {
  float: left;
}
.main .case .top .city select {
  width: 180px;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #000000;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #010101;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow3.png) no-repeat right 20px center;
}
.main .case .top .tab {
  float: left;
}
.main .case .top .tab span {
  float: left;
  margin-left: 20px;
  height: 48px;
  line-height: 48px;
  border: solid 1px #cccccc;
  border-radius: 4px;
  padding: 0 32px;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .case .top .tab span.on {
  border: solid 1px #b49173;
  background: #b49173;
  color: #fff;
}
.main .case .tabBox {
  margin-top: 20px;
}
.main .case .tabBox .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .case .tabBox .list li {
  width: 522px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 0 7px 7px;
  float: left;
}
.main .case .tabBox .list li:nth-child(1) {
  width: 1051px;
}
.main .case .tabBox .list li:nth-child(3),
.main .case .tabBox .list li:nth-child(1) {
  margin-left: 0;
}
.main .case .tabBox .list li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .case .tabBox .list li a:hover .bottomText span {
  border: solid 1px #b49173;
  background-color: #b49173;
  color: #fff;
}
.main .case .tabBox .list li img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .offerBar {
  background: #000000;
  padding: 22px 0;
}
.main .offerBar .title {
  width: 100%;
  float: left;
  color: #fff;
  margin-right: 30px;
}
.main .offerBar .title .tit {
  line-height: 30px;
  font-size: 20px;
}
.main .offerBar .title .txt {
  line-height: 30px;
  font-size: 16px;
  color: #cccccc;
  margin-top: 4px;
}
.main .offerBar .title .txt span.val {
  display: none;
}
.main .offerBar .inpu {
  margin: 6px 10px 0 0;
  float: left;
}
.main .offerBar .inpu select,
.main .offerBar .inpu input[type='text'] {
  width: 180px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #666666;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  background: none;
}
.main .offerBar .inpu select::-webkit-input-placeholder,
.main .offerBar .inpu input[type='text']::-webkit-input-placeholder {
  color: #ccc;
}
.main .offerBar .inpu select:-moz-placeholder,
.main .offerBar .inpu input[type='text']:-moz-placeholder {
  color: #ccc;
}
.main .offerBar .inpu select::-moz-placeholder,
.main .offerBar .inpu input[type='text']::-moz-placeholder {
  color: #ccc;
}
.main .offerBar .inpu select:-ms-input-placeholder,
.main .offerBar .inpu input[type='text']:-ms-input-placeholder {
  color: #ccc;
}
.main .offerBar .inpu select {
  background: #000;
  outline: none;
}
.main .offerBar .inpu option {
  outline: none;
  border: none;
}
.main .offerBar .inpu button,
.main .offerBar .inpu input[type='button'] {
  width: 160px;
  height: 50px;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  border-radius: 4px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .offerBar .inpu button:hover,
.main .offerBar .inpu input[type='button']:hover {
  background: #b49173;
}
.main .offerBar .publicPhone {
  background-image: url(../images/phone2.png);
}
.main .offerBar .publicPhone .p1 {
  color: #999999;
}
.main .offerBar .publicPhone .p2 {
  color: #fff;
}
.main .offerBar .publicPhone .p2 a {
  color: #fff;
}
.main .quotes {
  background: url(../images/quotes_bg.jpg) no-repeat;
  background-attachment: fixed;
  padding: 40px 0;
}
.main .quotes .anchor_quotes {
  position: relative;
  top: -200px;
}
.main .quotes .columnTitle .en,
.main .quotes .columnTitle .tit {
  color: #fff;
}
.main .quotes .columnTitle .en {
  opacity: 0.6;
}
.main .quotes .conten {
  margin-top: 18px;
  background: #f5f5f5;
  position: relative;
}
.main .quotes .conten:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .quotes .conten .l,
.main .quotes .conten .r {
  width: 50%;
}
.main .quotes .conten .l {
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
}
.main .quotes .conten .title {
  line-height: 30px;
  font-size: 26px;
  color: #000000;
  font-weight: bold;
}
.main .quotes .conten .title span.color {
  color: #b49173;
}
.main .quotes .conten .title span.val {
  display: none;
}
.main .quotes .conten .inpuBox {
  margin-top: 32px;
}
.main .quotes .conten .inpuBox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .quotes .conten .inpuBox .inpu2,
.main .quotes .conten .inpuBox .inpu {
  margin: 0 20px 20px 0;
  float: left;
}
.main .quotes .conten .inpuBox select,
.main .quotes .conten .inpuBox input {
  width: 300px;
  height: 60px;
  line-height: 58px;
  border: solid 1px #e9e9e9;
  box-sizing: border-box;
  padding: 0 18px;
  font-size: 16px;
  color: #757575;
}
.main .quotes .conten .inpuBox select::-webkit-input-placeholder,
.main .quotes .conten .inpuBox input::-webkit-input-placeholder {
  color: #757575;
}
.main .quotes .conten .inpuBox select:-moz-placeholder,
.main .quotes .conten .inpuBox input:-moz-placeholder {
  color: #757575;
}
.main .quotes .conten .inpuBox select::-moz-placeholder,
.main .quotes .conten .inpuBox input::-moz-placeholder {
  color: #757575;
}
.main .quotes .conten .inpuBox select:-ms-input-placeholder,
.main .quotes .conten .inpuBox input:-ms-input-placeholder {
  color: #757575;
}
.main .quotes .conten .inpuBox select {
  background: url(../images/arrow4.png) no-repeat right 19px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.main .quotes .conten .inpuBox .inpu2 input {
  padding-right: 45px;
  background: url(../images/area.gif) no-repeat right 19px center;
}
.main .quotes .conten .tips {
  line-height: 24px;
  font-size: 18px;
  color: #666666;
  margin-top: 20px;
}
.main .quotes .conten .r {
  width: 620px;
  padding: 40px 0;
  margin-right: 40px;
}
.main .quotes .conten .pic {
  padding: 52px 0;
  border-bottom: solid 1px #dedede;
}
.main .quotes .conten .pic img {
  width: 100%;
  display: block;
}
.main .quotes .conten .phone {
  margin-top: 30px;
}
.main .quotes .conten .phone:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .quotes .conten .phone .box {
  float: left;
  width: 300px;
  background: url(../images/phone3.png) no-repeat;
  padding-left: 69px;
  box-sizing: border-box;
}
.main .quotes .conten .phone .box:nth-child(2) {
  background-image: url(../images/phone4.png);
}
.main .quotes .conten .phone .box .p1 {
  line-height: 20px;
  font-size: 18px;
  color: #666666;
}
.main .quotes .conten .phone .box .p2 {
  line-height: 30px;
  font-size: 24px;
  color: #000000;
  margin-top: 4px;
}
.main .quotes .conten .phone .box .p2 a {
  font-size: 24px;
  color: #000000;
}
.main .quotes .conten .btn {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/quotes_btn.png);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 6;
}
.main .quotes .conten .btn a {
  width: 110px;
  height: 110px;
  margin: 25px 0 0 25px;
  border-radius: 50%;
  background: #b49173;
  display: block;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .quotes .conten .btn a:hover {
  background: #b0825a;
}
.main .green {
  background: url(../images/green_bg.jpg) no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 40px 0;
}
.main .green .box {
  width: 50%;
  float: left;
  background: #fff;
}
.main .green .box .text {
  padding: 70px 36px 50px 48px;
  box-sizing: border-box;
  min-height: 360px;
}
.main .green .box .text .p2,
.main .green .box .text .p1 {
  line-height: 48px;
  font-size: 36px;
  color: #4b9b02;
  font-weight: bold;
}
.main .green .box .text .p2 {
  color: #000;
}
.main .green .box .text .line {
  width: 30px;
  height: 2px;
  background: #cccccc;
  margin: 18px 0 32px 0;
  display: none;
}
.main .green .box .text .p3 {
  line-height: 30px;
  font-size: 20px;
  color: #000;
  margin-top: 40px;
}
.main .green .box .text .p4 {
  line-height: 30px;
  font-size: 24px;
  color: #000;
}
.main .green .box .pic {
  position: relative;
}
.main .green .box .pic img {
  width: 100%;
  display: block;
}
.main .green .box .pic::after {
  content: " ";
  width: 19px;
  height: 10px;
  position: absolute;
  left: 50px;
  top: 0;
  background: url(../images/arrow5.png) no-repeat;
  background-size: 100% 100%;
  z-index: 4;
}
.main .green .box:nth-child(2) .pic::after {
  top: auto;
  bottom: 0;
  background-image: url(../images/arrow6.png);
}
.main .exhibition {
  padding-top: 40px;
}
.main .exhibition .slogan {
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-top: 6px;
}
.main .exhibition .swiper-container {
  margin-top: 24px;
}
.main .exhibition .swiper-container img {
  width: 100%;
  display: block;
}
.main .exhibition .swiper-container .swiper-pagination {
  bottom: 30px;
}
.main .exhibition .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 12px;
  width: 16px;
  height: 16px;
  background: url(../images/exhibition_swiper1.png) no-repeat center;
  opacity: 1;
}
.main .exhibition .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/exhibition_swiper2.png);
}
.main .cooperation {
  background: #f5f5f5;
  padding: 40px 0;
}
.main .cooperation #gallery {
  margin-top: 22px;
}
.main .cooperation #gallery .swiper-slide a {
  display: block;
  position: relative;
}
.main .cooperation #gallery .swiper-slide a::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 75%;
}
.main .cooperation #gallery .swiper-slide img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main .cooperation #gallery .swiper-slide-active {
  background: url(../images/cooperation_shadow.png) no-repeat center bottom 0;
  background-size: 100% 32px;
  padding-bottom: 32px;
}
.main .cooperation #gallery .swiper-button-next,
.main .cooperation #gallery .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(../images/arrow7.png) no-repeat;
  background-size: 100% 100%;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.main .cooperation #gallery .swiper-button-next {
  background-image: url(../images/arrow8.png);
  left: auto;
  right: 20px;
}
.main .cooperation #thumbs .swiper-slide {
  text-align: center;
  height: 180px;
}
.main .cooperation #thumbs .swiper-slide .p1 {
  width: 900px;
  margin: 23px auto 0 auto;
  height: 48px;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .cooperation #thumbs .swiper-slide .p2 {
  width: 900px;
  height: 72px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  margin: 16px auto 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .docking {
  background: url(../images/docking_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  min-height: 820px;
  padding-top: 58px;
  box-sizing: border-box;
}
.main .docking .columnTitle .tit,
.main .docking .columnTitle .en {
  color: #fff;
}
.main .docking .columnTitle .en {
  opacity: 0.6;
}
.main .docking ul {
  margin-top: 40px;
}
.main .docking ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .docking ul li {
  width: 14.2857%;
  float: left;
  color: #fff;
  text-align: center;
  background: url(../images/arrow9.png) no-repeat right 0 top 44px;
  padding-right: 60px;
  box-sizing: border-box;
}
.main .docking ul li:last-child {
  background: none;
}
.main .docking ul li:hover .icon1 {
  display: none;
}
.main .docking ul li:hover .icon2 {
  display: block;
}
.main .docking ul li:hover .number {
  background: #fff;
  color: #000;
}
.main .docking ul li .icon2,
.main .docking ul li .icon1 {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
}
.main .docking ul li .icon2 img,
.main .docking ul li .icon1 img {
  width: 100%;
  display: block;
}
.main .docking ul li .icon2 {
  display: none;
}
.main .docking ul li .txt {
  line-height: 30px;
  font-size: 18px;
  margin: 26px 0;
}
.main .docking ul li .number {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 50%;
  font-size: 20px;
  margin: 0 auto;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.main .news {
  padding: 40px 0;
}
.main .news:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .news .newsList {
  width: 520px;
  float: left;
  margin-left: 10px;
}
.main .news .newsList:first-child {
  margin-left: 0;
}
.main .news .newsList .title {
  height: 180px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background: no-repeat;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  background: #f0f0f0;
}
.main .news .newsList .title .icon2,
.main .news .newsList .title .icon1 {
  height: 44px;
}
.main .news .newsList .title .icon2 img,
.main .news .newsList .title .icon1 img {
  height: 100%;
}
.main .news .newsList .title .icon2 {
  display: none;
}
.main .news .newsList .title .txt {
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-top: 28px;
}
.main .news .newsList:hover .title {
  background: url(../images/news_title.jpg) no-repeat;
}
.main .news .newsList:hover .title .icon1 {
  display: none;
}
.main .news .newsList:hover .title .icon2 {
  display: block;
}
.main .news .newsList:hover .title .txt {
  color: #fff;
}
.main .news .newsList ul {
  border: solid 1px #f0f0f0;
  box-sizing: border-box;
  padding: 29px;
  height: 412px;
  overflow: hidden;
}
.main .news .newsList ul li a {
  display: block;
  padding: 12px 0;
}
.main .news .newsList ul li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .news .newsList ul li a:hover {
  padding-bottom: 30px;
}
.main .news .newsList ul li a:hover .pic {
  display: block;
}
.main .news .newsList ul li a:hover .text {
  padding-left: 118px;
}
.main .news .newsList ul li a:hover .text .txt {
  display: block;
}
.main .news .newsList ul li .pic {
  width: 98px;
  height: 58px;
  float: left;
  overflow: hidden;
  display: none;
}
.main .news .newsList ul li .pic img {
  width: 100%;
  display: block;
}
.main .news .newsList ul li .text {
  box-sizing: border-box;
  padding-left: 0;
}
.main .news .newsList ul li .text .tit {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .newsList ul li .text .txt {
  height: 36px;
  line-height: 18px;
  font-size: 14px;
  color: #666666;
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  display: none;
}
.designer {
  padding: 40px 0;
  background: #f5f5f5;
}
.designer .swiper-slide,
.designer .list {
  margin-top: 20px;
}
.designer .swiper-slide:after,
.designer .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.designer .swiper-slide .ts,
.designer .list .ts,
.designer .swiper-slide li,
.designer .list li {
  float: left;
  width: 522px;
  margin: 0 0 7px 7px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.designer .swiper-slide .ts a:hover img,
.designer .list .ts a:hover img,
.designer .swiper-slide li a:hover img,
.designer .list li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.designer .swiper-slide .ts a:hover .bottomText span,
.designer .list .ts a:hover .bottomText span,
.designer .swiper-slide li a:hover .bottomText span,
.designer .list li a:hover .bottomText span {
  border: solid 1px #b49173;
  background-color: #b49173;
  color: #fff;
}
.designer .swiper-slide .ts img,
.designer .list .ts img,
.designer .swiper-slide li img,
.designer .list li img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.designer .swiper-slide .ts,
.designer .list .ts {
  margin-left: 0;
}
.workshop {
  padding: 40px 0;
}
.workshop .slogan {
  line-height: 30px;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.workshop .list {
  --gap: 7px;
  display: flex;
  margin-top: 18px;
  justify-content: space-between;
}
.workshop .list li {
  display: flex;
  position: relative;
  overflow: hidden;
  width: calc((100% - var(--gap))*.5);
  height: calc((100% - var(--gap))*.5);
}
.workshop .list li p:hover img,
.workshop .list li a:hover img {
  transform: scale(1.1, 1.1);
}
.workshop .list li img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%!important;
  width: 100%!important;
  transition: 0.4s;
}
.workshop .list li div {
  width: 100%;
  height: 100%;
  background: url(../images/workshop_text.png);
  position: absolute;
  top: 0;
  transition: transform 0.3s;
  transform: rotate(-180deg);
  transform-origin: top left;
}
.workshop .list li div.top {
  transform-origin: top left;
}
.workshop .list li div.right {
  transform-origin: top right;
}
.workshop .list li div.bottom {
  transform-origin: bottom right;
}
.workshop .list li div.left {
  transform-origin: bottom left;
}
.workshop .list .current a div {
  transform: rotate(0deg);
}
.workshop .list .ts {
  display: flex;
  position: relative;
  overflow: hidden;
  width: calc((100% - var(--gap))*.33185);
}
.workshop .list .ts a {
  height: 100%;
}
.workshop .list .ts img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.workshop .list .ts a:hover img {
  transform: scale(1.1, 1.1);
}
.workshop .list .ts .text {
  width: 502px;
  background: url(../images/workshop_text.png);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
  padding: 24px 30px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 8px;
}
.workshop .list .ts .text .p1 {
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
}
.workshop .list .ts .text .p2 {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 26px;
}
.workshop .list .ts .text .line {
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 26px 0;
  display: none;
}
.workshop .list .ts .text .br {
  height: 14px;
  display: block;
}
.workshop .list .list-paddingleft-2 {
  display: flex;
  width: calc((100% - var(--gap))*.66815);
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
@media only screen and (max-width: 1580px) {
  .main .product .content .col {
    width: 396.66px;
    margin-left: 5px;
  }
  .main .product .content .box {
    margin-bottom: 5px;
  }
  .main .product .content .box .line {
    margin: 20px auto;
  }
  .main .product .content .box .txt {
    line-height: 28px;
    font-size: 16px;
  }
  .main .product .content .box .more {
    margin: 20px auto 0 auto;
  }
  .main .case .top .city select {
    width: 150px;
    padding: 0 14px;
  }
  .main .case .top .tab span {
    margin-left: 12px;
    padding: 0 22px;
  }
  .main .case .tabBox .list li {
    width: 396.666px;
    margin: 0 0 5px 5px;
    float: left;
  }
  .main .case .tabBox .list li:nth-child(1) {
    width: 798px;
  }
  .main .offerBar .title {
    width: 100%;
    margin-right: 0px;
    clear: both;
  }
  .main .quotes .conten .l {
    padding: 40px 20px;
  }
  .main .quotes .conten .title {
    line-height: 30px;
    font-size: 22px;
  }
  .main .quotes .conten .inpuBox {
    margin-top: 22px;
  }
  .main .quotes .conten .inpuBox:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
  }
  .main .quotes .conten .inpuBox .inpu2,
  .main .quotes .conten .inpuBox .inpu {
    margin: 0 10px 10px 0;
  }
  .main .quotes .conten .inpuBox select,
  .main .quotes .conten .inpuBox input {
    width: 250px;
    height: 50px;
    line-height: 48px;
    padding: 0 14px;
  }
  .main .quotes .conten .inpuBox select {
    background-position: right 12px center;
  }
  .main .quotes .conten .inpuBox .inpu2 input {
    padding-right: 25px;
    background-position: right 12px center;
  }
  .main .quotes .conten .r {
    width: 520px;
    padding: 40px 0;
    margin-right: 20px;
  }
  .main .quotes .conten .pic {
    padding: 32px 0;
  }
  .main .quotes .conten .phone {
    margin-top: 30px;
  }
  .main .quotes .conten .phone .box {
    width: 250px;
    padding-left: 60px;
  }
  .main .quotes .conten .phone .box .p1 {
    line-height: 20px;
    font-size: 16px;
    color: #666666;
  }
  .main .quotes .conten .phone .box .p2 {
    line-height: 26px;
    font-size: 18px;
    margin-top: 4px;
  }
  .main .quotes .conten .phone .box .p2 a {
    font-size: 18px;
  }
  .main .quotes .conten .btn {
    width: 120px;
    height: 120px;
  }
  .main .quotes .conten .btn a {
    width: 90px;
    height: 90px;
    margin: 15px 0 0 15px;
    line-height: 24px;
    font-size: 20px;
    padding: 20px;
  }
  .main .green .box .text {
    padding: 34px 20px 0 20px;
    min-height: 272px;
  }
  .main .green .box .text .p2,
  .main .green .box .text .p1 {
    line-height: 38px;
    font-size: 26px;
  }
  .main .green .box .text .line {
    margin: 18px 0 22px 0;
  }
  .main .green .box .text .p3 {
    line-height: 28px;
    font-size: 18px;
  }
  .main .green .box .text .p4 {
    line-height: 28px;
    font-size: 20px;
  }
  .main .docking {
    min-height: 720px;
  }
  .main .docking ul li {
    width: 14.2857%;
    background: url(../images/arrow9.png) no-repeat right 0 top 44px;
    background-size: 30px auto;
    padding-right: 30px;
  }
  .main .docking ul li .txt {
    line-height: 26px;
    font-size: 16px;
  }
  .main .news .newsList {
    width: 396.6666px;
    margin-left: 5px;
  }
  .main .news .newsList .title {
    height: 160px;
    padding-top: 30px;
    box-sizing: border-box;
    background: #f0f0f0;
  }
  .main .news .newsList ul {
    padding: 20px;
    height: 400px;
  }
  .workshop .list .ts .text,
  .workshop .list li .text {
    width: 380px;
    padding: 20px;
  }
  .workshop .list .ts .text .p1,
  .workshop .list li .text .p1 {
    line-height: 34px;
    font-size: 24px;
  }
  .workshop .list .ts .text .p2,
  .workshop .list li .text .p2 {
    line-height: 30px;
    font-size: 18px;
  }
  .workshop .list .ts .text .line,
  .workshop .list li .text .line {
    margin: 26px 0;
  }
  .designer .swiper-slide .ts,
  .designer .list .ts,
  .designer .swiper-slide li,
  .designer .list li {
    width: 396.666px;
    margin: 0 0 5px 5px;
  }
  .designer .swiper-slide .ts,
  .designer .list .ts {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    min-height: 1500px;
  }
}
.container {
  background: #f5f5f5;
  overflow: hidden;
  min-height: 500px;
}
.container .columnMenu {
  text-align: center;
  padding: 10px 0;
  border-bottom: solid 1px #e9e9e9;
  background: #fff;
}
.container .columnMenu ul {
  display: inline-block;
}
.container .columnMenu ul li {
  float: left;
  margin: 5px 5px;
}
.container .columnMenu ul li a:hover,
.container .columnMenu ul li.on a {
  background: #b49173;
  color: #fff;
}
.container .columnMenu ul li a {
  min-width: 118px;
  /*height: 30px;*/
  line-height: 42px;
  font-weight: bold;
  border: solid 1px #b49173;
  display: block;
  border-radius: 28px;
  font-size: 16px;
  color: #666666;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.container .returnPrev {
  width: 166px;
  height: 48px;
  line-height: 48px;
  border: solid 1px #000;
  border-radius: 48px;
  text-indent: 68px;
  display: block;
  margin: 40px auto 0 auto;
  background: url(../images/returnPrev1.png) no-repeat 33px center;
  font-size: 16px;
  color: #000;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.container .returnPrev:hover {
  border: solid 1px #b49173;
  background-image: url(../images/returnPrev2.png);
  background-color: #b49173;
  color: #fff;
}
.container .paging {
  text-align: center;
  margin-top: 40px;
}
.container .paging ul {
  display: inline-block;
}
.container .paging ul li {
  float: left;
  margin: 0 5px;
}
.container .paging ul li:last-child,
.container .paging ul li:first-child {
  margin: 0 15px;
}
.container .paging ul li:last-child a,
.container .paging ul li:first-child a {
  padding: 0 26px;
}
.container .paging ul li a:hover,
.container .paging ul li.on a {
  background: #b49173;
  color: #fff;
}
.container .paging ul li a {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  display: block;
  background: #e9e9e9;
  padding: 0 22px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.container .crumbs {
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #666666;
}
.container .crumbs a {
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.container .crumbs a:hover {
  color: #b49173;
}
.furniturePage {
  padding: 40px 0;
}
.furniturePage .furnitureList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.furniturePage .furnitureList li {
  width: 522px;
  height: 300px;
  float: left;
  overflow: hidden;
  margin: 0 0 7px 7px;
  text-align: center;
}
.furniturePage .furnitureList li:nth-child(3n+1) {
  margin-left: 0;
}
.furniturePage .furnitureList li a {
  display: block;
  position: relative;
}
.furniturePage .furnitureList li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.furniturePage .furnitureList li a:hover .bottomText span {
  border: solid 1px #b49173;
  background-color: #b49173;
  color: #fff;
}
.furniturePage .furnitureList li a:hover .filter {
  opacity: 1;
}
.furniturePage .furnitureList li img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.furniturePage .furnitureList li .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/filter1.png);
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.furniturePage .furnitureList li .filter span {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../images/add.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}
@media only screen and (max-width: 1580px) {
  .furniturePage .furnitureList li {
    width: 396.66px;
    height: 228px;
    margin: 0 0 5px 5px;
  }
}
.customPage {
  padding: 40px 0;
}
.customPage .customList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.customPage .customList li {
  width: 522px;
  height: 460px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 7px 7px;
}
.customPage .customList li:nth-child(1) {
  width: 1051px;
}
.customPage .customList li:nth-child(6),
.customPage .customList li:nth-child(3),
.customPage .customList li:nth-child(1) {
  margin-left: 0;
}
.customPage .customList li a {
  display: block;
  position: relative;
}
.customPage .customList li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.customPage .customList li a:hover .bottomText span {
  border: solid 1px #b49173;
  background-color: #b49173;
  color: #fff;
}
.customPage .customList li a:hover .filter {
  opacity: 1;
}
.customPage .customList li img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.customPage .customList li .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/filter1.png);
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.customPage .customList li .filter span {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../images/add.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}
@media only screen and (max-width: 1580px) {
  .customPage .customList li {
    width: 396.666px;
    height: 349px;
    margin: 0 0 5px 5px;
  }
  .customPage .customList li:nth-child(1) {
    width: 798px;
  }
  .customPage .customList li:nth-child(6),
  .customPage .customList li:nth-child(3),
  .customPage .customList li:nth-child(1) {
    margin-left: 0;
  }
}
.anchor_caseDetails {
  display: block;
  position: relative;
  top: -100px;
}
.casePage {
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}
.casePage:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.casePage .top {
  width: 100%;
  overflow: hidden;
}
.casePage .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.casePage .top .city {
  float: left;
}
.casePage .top .city select {
  width: 180px;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #000000;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #010101;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow3.png) no-repeat right 20px center;
}
.casePage .top .tab {
  float: left;
}
.casePage .top .tab a {
  float: left;
  margin: 0 10px 10px 10px;
  height: 48px;
  line-height: 48px;
  border: solid 1px #cccccc;
  border-radius: 4px;
  padding: 0 32px;
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.casePage .top .tab a:hover,
.casePage .top .tab a.on {
  border: solid 1px #b49173;
  background: #b49173;
  color: #fff;
}
.casePage .caseDetails {
  width: 1050px;
  float: left;
}
.casePage .caseDetails .album {
  position: relative;
  background: url(../images/album_line.gif) repeat-x left 0 bottom 0;
}
.casePage .caseDetails .album img {
  width: 100%;
  display: block;
}
.casePage .caseDetails .album #gallery .swiper-button-next,
.casePage .caseDetails .album #gallery .swiper-button-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  border-radius: 50%;
  background: url(../images/arrow10.png) no-repeat center #fff;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.casePage .caseDetails .album #gallery .swiper-button-next:hover,
.casePage .caseDetails .album #gallery .swiper-button-prev:hover {
  background-image: url(../images/arrow12.png);
  background-color: #b49173;
}
.casePage .caseDetails .album #gallery .swiper-button-next {
  left: auto;
  right: 20px;
  background-image: url(../images/arrow11.png);
}
.casePage .caseDetails .album #gallery .swiper-button-next:hover {
  background-image: url(../images/arrow13.png);
}
.casePage .caseDetails .album #thumbs {
  margin: 8px auto 0 auto;
  width: 952px;
}
.casePage .caseDetails .album #thumbs .swiper-slide .pic {
  width: 184px;
  height: 120px;
  box-sizing: border-box;
  cursor: pointer;
}
.casePage .caseDetails .album #thumbs .swiper-slide .pic span {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: solid 2px #fff;
  overflow: hidden;
}
.casePage .caseDetails .album #thumbs .swiper-slide .pic span img {
  width: 100%;
  display: block;
}
.casePage .caseDetails .album #thumbs .swiper-slide-thumb-active .pic {
  border: solid 2px #b49173;
}
.casePage .caseDetails .album #thumbs .swiper-slide-thumb-active .pic span {
  width: 180px;
  height: 116px;
}
.casePage .caseDetails .album #thumbs .swiper-slide-thumb-active .line {
  width: 100%;
  height: 5px;
  background: #b49173;
  margin-top: 10px;
}
.casePage .caseDetails .album #thumbs .swiper-button-prev,
.casePage .caseDetails .album #thumbs .swiper-button-next {
  display: none;
}
.casePage .caseDetails .album .next,
.casePage .caseDetails .album .prev {
  width: 41px;
  height: 120px;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 2;
  background: url(../images/arrow10.png) no-repeat center #e7e7e7;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.casePage .caseDetails .album .next:hover,
.casePage .caseDetails .album .prev:hover {
  background-image: url(../images/arrow12.png);
  background-color: #b49173;
}
.casePage .caseDetails .album .next {
  left: auto;
  right: 0;
  background-image: url(../images/arrow11.png);
}
.casePage .caseDetails .album .next:hover {
  background-image: url(../images/arrow13.png);
}
.casePage .caseDetails .details .title {
  padding: 0 30px;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #b49173;
  background: #e7e7e7;
}
.casePage .caseDetails .details .article {
  line-height: 36px;
  font-size: 18px;
  color: #666666;
  border-bottom: solid 1px #cccccc;
  padding: 34px 0;
}
.casePage .caseDetails .details .article .tit {
  font-weight: bold;
  color: #000;
}
.casePage .recommended {
  width: 522px;
  float: right;
}
.casePage .recommended .title {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #b49173;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.casePage .recommended ul li {
  margin-top: 8px;
  overflow: hidden;
  text-align: center;
}
.casePage .recommended ul li a {
  display: block;
  position: relative;
}
.casePage .recommended ul li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.casePage .recommended ul li a:hover .bottomText span {
  border: solid 1px #b49173;
  background-color: #b49173;
  color: #fff;
}
.casePage .recommended ul li img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.caseList {
  margin-top: 20px;
  overflow: hidden;
}
.caseList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.caseList li {
  width: 522px;
  height: 340px;
  overflow: hidden;
  float: left;
  margin: 0 0 7px 7px;
  text-align: center;
}
.caseList li:nth-child(3n+1) {
  margin-left: 0;
}
.caseList li a {
  display: block;
  position: relative;
}
.caseList li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.caseList li a:hover .bottomText span {
  border: solid 1px #b49173;
  background-color: #b49173;
  color: #fff;
}
.caseList li a:hover .filter {
  opacity: 1;
}
.caseList li img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.caseList li .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/filter1.png);
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.caseList li .filter span {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../images/add.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}
@media only screen and (max-width: 1580px) {
  .casePage .top .city select {
    width: 150px;
    padding: 0 14px;
  }
  .casePage .top .tab a {
    margin-left: 12px;
    padding: 0 22px;
  }
  .casePage .caseDetails {
    width: 778px;
  }
  .casePage .caseDetails .album #gallery .swiper-button-next,
  .casePage .caseDetails .album #gallery .swiper-button-prev {
    left: 10px;
  }
  .casePage .caseDetails .album #gallery .swiper-button-next {
    left: auto;
    right: 10px;
  }
  .casePage .caseDetails .album #thumbs {
    margin: 5px auto 0 auto;
    width: 700px;
  }
  .casePage .caseDetails .album #thumbs .swiper-slide .pic {
    width: 172px;
    height: 112px;
  }
  .casePage .caseDetails .album #thumbs .swiper-slide .pic span {
    display: block;
    box-sizing: border-box;
    border: solid 2px #fff;
    overflow: hidden;
  }
  .casePage .caseDetails .album #thumbs .swiper-slide-thumb-active .pic span {
    width: 168px;
    height: 108px;
  }
  .casePage .caseDetails .album .next,
  .casePage .caseDetails .album .prev {
    width: 30px;
    height: 120px;
  }
  .casePage .caseDetails .details .title {
    padding: 0 20px;
  }
  .casePage .caseDetails .details .article {
    line-height: 34px;
    padding: 24px 0;
  }
  .casePage .recommended {
    width: 416px;
  }
  .caseList li {
    width: 396.666px;
    height: 258px;
    margin: 0 0 5px 5px;
  }
}
.newsPage {
  padding-bottom: 40px;
}
.newsPage .newsList {
  margin-top: 40px;
}
.newsPage .newsList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .newsList li {
  width: 522px;
  float: left;
  margin: 0 0 7px 7px;
  text-align: center;
}
.newsPage .newsList li:nth-child(3n+1) {
  margin-left: 0;
}
.newsPage .newsList li a {
  display: block;
}
.newsPage .newsList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsPage .newsList li a:hover .more {
  background-image: url(../images/arrow15.png);
  background-color: #b49173;
  color: #fff;
}
.newsPage .newsList li a:hover .filter {
  opacity: 1;
}
.newsPage .newsList li .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/filter1.png);
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li .filter span {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../images/add.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}
.newsPage .newsList li .pic {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.newsPage .newsList li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li .text {
  background: #fff;
  padding: 0 20px 1px 20px;
  box-sizing: border-box;
}
.newsPage .newsList li .text .tit {
  height: 57px;
  line-height: 57px;
  font-size: 20px;
  color: #000000;
  border-bottom: solid 1px #e8e8e8;
}
.newsPage .newsList li .text .tit span {
  font-size: 16px;
  color: #999999;
  margin-left: 24px;
}
.newsPage .newsList li .text .more {
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: solid 1px #b49173;
  border-radius: 26px;
  box-sizing: border-box;
  text-indent: 7px;
  font-size: 14px;
  color: #666666;
  display: block;
  text-align: left;
  margin: 12px auto;
  background: url(../images/arrow14.png) no-repeat right 6px center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .details {
  width: 1050px;
  float: left;
  margin-bottom: 40px;
}
.newsPage .details .white {
  background: #fff;
  padding: 35px 30px 40px 30px;
  box-sizing: border-box;
}
.newsPage .details .title {
  text-align: center;
  border-bottom: solid 1px #e3e3e3;
  padding-bottom: 28px;
}
.newsPage .details .title .tit {
  line-height: 40px;
  font-size: 30px;
  color: #000;
}
.newsPage .details .title .date {
  line-height: 20px;
  font-size: 16px;
  color: #999999;
  margin-top: 16px;
}
.newsPage .details .title .share {
  line-height: 20px;
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}
.newsPage .details .title .share .bdsharebuttonbox {
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
}
.newsPage .details .title .share a {
  width: 16px;
  height: 14px;
  float: left;
  margin: 0 22px 0 0;
  background: no-repeat center 0;
  background-size: auto 100%;
}
.newsPage .details .title .share a.bds_weixin {
  background-image: url(../images/share5.png);
}
.newsPage .details .title .share a.bds_sqq {
  background-image: url(../images/share6.png);
}
.newsPage .details .title .share a.bds_qzone {
  background-image: url(../images/share7.png);
}
.newsPage .details .article {
  padding: 34px 0;
  border-bottom: solid 1px #e3e3e3;
}
.newsPage .details .prevnext {
  margin-top: 40px;
}
.newsPage .details .prevnext:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .details .prevnext a {
  width: 148px;
  height: 50px;
  line-height: 50px;
  background: no-repeat #e8e8e8;
  font-size: 16px;
  color: #333333;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .details .prevnext a:hover {
  background-color: #b49173;
  color: #fff;
}
.newsPage .details .prevnext .prev {
  float: left;
  background-image: url(../images/arrow16.png);
  background-position: 35px center;
  text-indent: 65px;
}
.newsPage .details .prevnext .prev:hover {
  background-position: 25px center;
  background-image: url(../images/arrow18.png);
}
.newsPage .details .prevnext .next {
  float: right;
  background-image: url(../images/arrow17.png);
  background-position: right 35px center;
  text-indent: 35px;
}
.newsPage .details .prevnext .next:hover {
  background-position: right 25px center;
  background-image: url(../images/arrow19.png);
}
.newsPage .relatedNews {
  width: 522px;
  float: right;
  background: #fff;
  margin-bottom: 40px;
}
.newsPage .relatedNews .title {
  margin-top: 20px;
}
.newsPage .relatedNews .title:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .relatedNews .title .line {
  width: 2px;
  height: 20px;
  background: #000000;
  float: left;
}
.newsPage .relatedNews .title .tit {
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  float: left;
  margin-left: 28px;
}
.newsPage .relatedNews .title .more {
  float: right;
  margin-right: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  padding-right: 27px;
  background: url(../images/arrow14.png) no-repeat right 0 center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .relatedNews .title .more:hover {
  padding-right: 37px;
}
.newsPage .relatedNews .list {
  padding: 0 20px 0 30px;
  box-sizing: border-box;
  margin-top: 10px;
}
.newsPage .relatedNews .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .relatedNews .list li {
  border-bottom: solid 1px #e8e8e8;
}
.newsPage .relatedNews .list li:last-child {
  border-bottom: none;
}
.newsPage .relatedNews .list li a {
  padding: 20px 0;
  display: block;
}
.newsPage .relatedNews .list li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .relatedNews .list li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsPage .relatedNews .list li a:hover .tit {
  color: #b49173;
}
.newsPage .relatedNews .list li .pic {
  width: 95px;
  height: 60px;
  float: left;
  overflow: hidden;
}
.newsPage .relatedNews .list li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .relatedNews .list li .text {
  padding-left: 125px;
  box-sizing: border-box;
}
.newsPage .relatedNews .list li .text .tit {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .relatedNews .list li .text .date {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 5px;
}
@media only screen and (max-width: 1580px) {
  .newsPage .newsList li {
    width: 396.666px;
    margin: 0 0 5px 5px;
  }
  .newsPage .newsList li .pic {
    height: 228px;
  }
  .newsPage .newsList li .text {
    padding: 0 14px 1px 14px;
  }
  .newsPage .newsList li .text .tit {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .newsPage .newsList li .text .tit span {
    font-size: 14px;
    margin-left: 14px;
  }
  .newsPage .details {
    width: 840px;
  }
  .newsPage .details .white {
    padding: 33px 20px;
  }
  .newsPage .details .title {
    text-align: center;
    border-bottom: solid 1px #e3e3e3;
    padding-bottom: 28px;
  }
  .newsPage .details .title .tit {
    line-height: 40px;
    font-size: 30px;
    color: #000;
  }
  .newsPage .details .title .date {
    line-height: 20px;
    font-size: 16px;
    color: #999999;
    margin-top: 16px;
  }
  .newsPage .details .title .share {
    line-height: 20px;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
  }
  .newsPage .details .title .share .bdsharebuttonbox {
    display: inline-block;
    overflow: hidden;
    margin-left: 10px;
  }
  .newsPage .details .title .share a {
    width: 16px;
    height: 14px;
    float: left;
    margin: 0 22px 0 0;
    background: no-repeat center 0;
    background-size: auto 100%;
  }
  .newsPage .details .title .share a.bds_weixin {
    background-image: url(../images/share5.png);
  }
  .newsPage .details .title .share a.bds_sqq {
    background-image: url(../images/share6.png);
  }
  .newsPage .details .title .share a.bds_qzone {
    background-image: url(../images/share7.png);
  }
  .newsPage .details .article {
    padding: 34px 0;
    border-bottom: solid 1px #e3e3e3;
  }
  .newsPage .details .prevnext {
    margin-top: 40px;
  }
  .newsPage .details .prevnext:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
  }
  .newsPage .details .prevnext a {
    width: 148px;
    height: 50px;
    line-height: 50px;
    background: no-repeat #e8e8e8;
    font-size: 16px;
    color: #333333;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .newsPage .details .prevnext a:hover {
    background-color: #b49173;
    color: #fff;
  }
  .newsPage .details .prevnext .prev {
    float: left;
    background-image: url(../images/arrow16.png);
    background-position: 35px center;
    text-indent: 65px;
  }
  .newsPage .details .prevnext .prev:hover {
    background-position: 25px center;
    background-image: url(../images/arrow18.png);
  }
  .newsPage .details .prevnext .next {
    float: right;
    background-image: url(../images/arrow17.png);
    background-position: right 35px center;
    text-indent: 35px;
  }
  .newsPage .details .prevnext .next:hover {
    background-position: right 25px center;
    background-image: url(../images/arrow19.png);
  }
  .newsPage .relatedNews {
    width: 350px;
  }
  .newsPage .relatedNews .title .tit {
    margin-left: 12px;
  }
  .newsPage .relatedNews .title .more {
    margin-right: 20px;
  }
  .newsPage .relatedNews .list {
    padding: 0 14px;
  }
  .newsPage .relatedNews .list li a {
    padding: 14px 0;
  }
  .newsPage .relatedNews .list li .text {
    padding-left: 110px;
  }
  .newsPage .relatedNews .list li .text .tit {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }
}
.aboutPage .columnTitle {
  text-align: center;
}
.aboutPage .columnTitle .tit {
  line-height: 40px;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
}
.aboutPage .columnTitle .tit span {
  color: #b49173;
}
.aboutPage .columnTitle .en {
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
}
.aboutPage .columnTitle .slogan {
  line-height: 30px;
  font-size: 20px;
  color: #333333;
  margin-top: 5px;
}
.aboutPage .introduction {
  padding: 36px 0;
}
.aboutPage .introduction .article {
  line-height: 36px;
  font-size: 18px;
  color: #333333;
  margin-top: 18px;
}
.aboutPage .exhibition {
  background: #fff;
  padding-top: 40px;
}
.aboutPage .exhibition .swiper-container {
  margin-top: 32px;
}
.aboutPage .exhibition .swiper-container img {
  width: 100%;
  display: block;
}
.aboutPage .exhibition .swiper-container .swiper-pagination {
  bottom: 30px;
}
.aboutPage .exhibition .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: url(../images/exhibition_swiper-pagination2.png) no-repeat center;
  opacity: 1;
  margin: 0 12px;
}
.aboutPage .exhibition .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/exhibition_swiper-pagination1.png);
}
.aboutPage .designer {
  background: #fff;
}
.aboutPage .designer .swiper-container {
  padding-bottom: 54px;
}
.aboutPage .designer .swiper-container .swiper-pagination {
  bottom: 0;
}
.aboutPage .designer .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border: solid 2px #9b9b9b;
  background: none;
  opacity: 1;
  margin: 0 13px;
}
.aboutPage .designer .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #b49173;
  border: solid 2px #b49173;
}
.aboutPage .brandCulture {
  padding: 40px 0;
}
.aboutPage .brandCulture ul {
  margin-top: 20px;
}
.aboutPage .brandCulture ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .brandCulture ul li {
  width: 500px;
  margin-left: 40px;
  background: #fff;
  text-align: center;
  padding: 40px 74px 36px 74px;
  box-sizing: border-box;
  float: left;
}
.aboutPage .brandCulture ul li:nth-child(3n+1) {
  margin-left: 0;
}
.aboutPage .brandCulture ul li .icon {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.aboutPage .brandCulture ul li .icon img {
  width: 100%;
  display: block;
}
.aboutPage .brandCulture ul li .tit {
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-top: 50px;
}
.aboutPage .brandCulture ul li .line {
  width: 26px;
  height: 3px;
  background: #cccccc;
  margin: 26px auto;
}
.aboutPage .brandCulture ul li .txt {
  line-height: 24px;
  font-size: 18px;
  color: #333333;
}
@media only screen and (max-width: 1580px) {
  .aboutPage .brandCulture ul li {
    width: 380px;
    margin-left: 30px;
    padding: 30px 20px;
  }
  .aboutPage .brandCulture ul li .icon {
    width: 120px;
    height: 120px;
  }
}
.teamPage .columnTitle {
  text-align: center;
}
.teamPage .columnTitle .tit {
  line-height: 40px;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
}
.teamPage .columnTitle .tit span {
  color: #b49173;
}
.teamPage .columnTitle .en {
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
}
.teamPage .columnTitle .slogan {
  line-height: 30px;
  font-size: 20px;
  color: #333333;
  margin-top: 5px;
}
.teamPage .designer {
  background: #fff;
}
.teamPage .designer .swiper-container {
  padding-bottom: 54px;
}
.teamPage .designer .swiper-container .swiper-pagination {
  bottom: 0;
}
.teamPage .designer .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border: solid 2px #9b9b9b;
  background: none;
  opacity: 1;
  margin: 0 13px;
}
.teamPage .designer .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #b49173;
  border: solid 2px #b49173;
}
.teamPage .teamDetails {
  background: #f5f5f5;
}
.teamPage .teamDetails:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.teamPage .teamDetails .pic {
  width: 522px;
  height: 607px;
  overflow: hidden;
  float: left;
}
.teamPage .teamDetails .pic img {
  width: 100%;
  display: block;
}
.teamPage .teamDetails .text {
  width: 1008px;
  height: 607px;
  float: right;
  padding-right: 70px;
  box-sizing: border-box;
  overflow: auto;
}
.teamPage .teamDetails .text .title {
  border-bottom: solid 1px #e8e8e8;
  margin-top: 42px;
  padding-bottom: 24px;
}
.teamPage .teamDetails .text .title .p1 {
  line-height: 36px;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}
.teamPage .teamDetails .text .title .p2 {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.teamPage .teamDetails .text .txt {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  padding: 26px 0;
}
.teamPage .teamDetails .text .txt .tit {
  font-weight: bold;
  color: #000;
}
.teamPage .teamDetails .text .btn {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-indent: 63px;
  font-size: 16px;
  color: #fff;
  background: url(../images/teamDetails_btn.png) no-repeat 33px center #b49173;
  display: block;
  margin: 20px 0 40px 0;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.teamPage .teamDetails .text .btn:hover {
  background-color: #b0825a;
}
.teamPage .caseList {
  margin: 40px 0;
}
.teamPage .caseList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.teamPage .caseList .title {
  line-height: 34px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.teamPage .caseList ul {
  margin-top: 18px;
}
.teamPage .caseList ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (max-width: 1580px) {
  .teamPage .teamDetails .pic {
    width: 420px;
    height: 488px;
  }
  .teamPage .teamDetails .text {
    width: 750px;
    height: 488px;
    padding-right: 20px;
  }
}
.cooperationPage {
  padding: 40px 0;
}
.cooperationPage .columnTitle {
  text-align: center;
}
.cooperationPage .columnTitle .tit {
  line-height: 50px;
  font-size: 48px;
  font-weight: bold;
  color: #000000;
}
.cooperationPage .columnTitle .tit span {
  color: #b49173;
}
.cooperationPage .columnTitle .en {
  font-size: 18px;
  color: #333333;
  margin-top: 12px;
}
.cooperationPage .list {
  margin-top: 22px;
}
.cooperationPage .list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.cooperationPage .list li {
  margin-bottom: 20px;
}
.cooperationPage .list li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.cooperationPage .list li:nth-child(even) {
  background: #f5f5f5;
}
.cooperationPage .list li a {
  display: block;
}
.cooperationPage .list li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.cooperationPage .list li a:hover .tit {
  color: #b49173;
}
.cooperationPage .list li a:hover .see {
  background: #b49173;
  color: #fff;
}
.cooperationPage .list li .pic {
  width: 600px;
  height: 380px;
  overflow: hidden;
  float: left;
}
.cooperationPage .list li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.cooperationPage .list li .text {
  width: 980px;
  height: 380px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  float: right;
  text-align: center;
  padding: 38px 59px 0 59px;
}
.cooperationPage .list li .text .tit {
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.cooperationPage .list li .text .line1 {
  width: 30px;
  height: 3px;
  background: #cccccc;
  margin: 28px auto;
}
.cooperationPage .list li .text .txt {
  height: 112px;
  line-height: 28px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.cooperationPage .list li .text .line2 {
  height: 1px;
  background: #e8e8e8;
  margin: 32px 0;
}
.cooperationPage .list li .text .see {
  width: 138px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #b49173;
  font-size: 16px;
  color: #666666;
  margin: 0 auto;
  border-radius: 38px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
@media only screen and (max-width: 1580px) {
  .cooperationPage .list li .pic {
    width: 440px;
    height: 280px;
  }
  .cooperationPage .list li .text {
    width: 760px;
    height: 280px;
    padding: 20px 30px;
  }
  .cooperationPage .list li .text .line1 {
    margin: 16px auto;
  }
  .cooperationPage .list li .text .txt {
    height: 112px;
    line-height: 28px;
    font-size: 16px;
  }
  .cooperationPage .list li .text .line2 {
    margin: 14px 0;
  }
}
.painPointsPage {
  padding: 40px 0;
}
.painPointsPage .columnTitle {
  text-align: center;
}
.painPointsPage .columnTitle .tit {
  line-height: 50px;
  font-size: 48px;
  font-weight: bold;
  color: #000000;
}
.painPointsPage .columnTitle .tit span {
  color: #b49173;
}
.painPointsPage .columnTitle .en {
  font-size: 18px;
  color: #333333;
  margin-top: 12px;
}
.painPointsPage .slogan {
  max-width: 1200px;
  margin: 32px auto 0 auto;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.painPointsPage .content {
  margin-top: 38px;
}
.painPointsPage .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.painPointsPage .content .case {
  width: 785px;
  float: left;
}
.painPointsPage .content .case:nth-child(even) {
  float: right;
}
.painPointsPage .content .case:nth-child(even) .title {
  background: #b49173;
}
.painPointsPage .content .case .title {
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #666666;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1px;
}
.painPointsPage .content .case .box {
  width: 392px;
  float: left;
}
.painPointsPage .content .case .box:nth-child(odd) {
  float: right;
}
.painPointsPage .content .case .box .pic {
  height: 460px;
  overflow: hidden;
  position: relative;
}
.painPointsPage .content .case .box .pic .icon {
  width: 56px;
  height: 48px;
  background: url(../images/painPoints_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  font-size: 14px;
  color: #fff;
  line-height: 38px;
  text-align: center;
}
.painPointsPage .content .case .box .text {
  padding: 26px 30px;
  box-sizing: border-box;
  background: #f5f5f5;
}
.painPointsPage .content .case .box .text .tit {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.painPointsPage .content .case .box .text .txt {
  line-height: 24px;
  font-size: 16px;
  color: #656565;
  margin-top: 24px;
}
.painPointsPage .content .case .box .text .txt p {
  margin-bottom: 6px;
}
@media only screen and (max-width: 1580px) {
  .painPointsPage .content .case {
    width: 595px;
  }
  .painPointsPage .content .case .title {
    height: 80px;
    line-height: 80px;
  }
  .painPointsPage .content .case .box {
    width: 297px;
  }
  .painPointsPage .content .case .box .pic {
    height: 349px;
  }
  .painPointsPage .content .case .box .text {
    padding: 16px 14px;
  }
  .painPointsPage .content .case .box .text .tit {
    line-height: 28px;
    font-size: 18px;
  }
  .painPointsPage .content .case .box .text .txt {
    line-height: 22px;
    font-size: 14px;
    margin-top: 14px;
  }
  .painPointsPage .content .case .box .text .txt p {
    margin-bottom: 4px;
  }
}
.contactPage .columnTitle {
  text-align: center;
}
.contactPage .columnTitle .tit {
  line-height: 40px;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
}
.contactPage .columnTitle .tit span {
  color: #b49173;
}
.contactPage .columnTitle .en {
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
}
.contactPage .columnTitle .slogan {
  line-height: 30px;
  font-size: 20px;
  color: #333333;
  margin-top: 5px;
}
.contactPage .map {
  position: relative;
}
.contactPage .map #allmap {
  height: 540px;
}
.contactPage .map .filter {
  height: 150px;
  width: 100%;
  background: url(../images/map_filter.png) repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  display: none;
}
.contactPage .address {
  background: #fff;
  padding: 40px 0;
}
.contactPage .address .content {
  margin-top: 18px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
}
.contactPage .address .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .address .content .box {
  width: 33.33%;
  float: left;
  text-align: center;
  border-left: solid 1px #e8e8e8;
  box-sizing: border-box;
  padding: 38px 20px 36px 20px;
}
.contactPage .address .content .box:first-child {
  border-left: none;
}
.contactPage .address .content .box .icon {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.contactPage .address .content .box .icon img {
  width: 100%;
  display: block;
}
.contactPage .address .content .box .p1 {
  line-height: 30px;
  font-size: 18px;
  color: #666666;
  margin-top: 28px;
}
.contactPage .address .content .box .p2 {
  line-height: 30px;
  font-size: 18px;
  color: #000000;
  margin-top: 6px;
}
.contactPage .address .content .box .p2 a {
  font-size: 18px;
  color: #000000;
}
.contactPage .company {
  padding: 40px 0;
}
.contactPage .company ul {
  margin-top: 20px;
}
.contactPage .company ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .company ul li {
  width: 780px;
  float: left;
  margin-bottom: 6px;
}
.contactPage .company ul li:nth-child(even) {
  float: right;
}
.contactPage .company ul li a {
  display: block;
  background: #fff;
}
.contactPage .company ul li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .company ul li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.contactPage .company ul li a:hover .more {
  background: #b49173;
  color: #fff;
}
.contactPage .company ul li .pic {
  width: 50%;
  overflow: hidden;
  float: left;
}
.contactPage .company ul li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.contactPage .company ul li .text {
  width: 50%;
  float: right;
  text-align: center;
  padding: 24px 30px;
  box-sizing: border-box;
}
.contactPage .company ul li .text .p1 {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.contactPage .company ul li .text .p2 {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}
.contactPage .company ul li .text .line {
  height: 1px;
  background: #e0e0e0;
  margin: 14px 0;
}
.contactPage .company ul li .text .p3 {
  height: 96px;
  line-height: 24px;
  font-size: 12px;
  color: #666666;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.contactPage .company ul li .text .more {
  width: 78px;
  height: 22px;
  line-height: 22px;
  border-radius: 22px;
  border: solid 1px #b49173;
  text-align: center;
  font-size: 12px;
  color: #666666;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  margin: 0 auto;
}
@media only screen and (max-width: 1580px) {
  .contactPage .company ul li {
    width: 595px;
  }
  .contactPage .company ul li .text {
    padding: 12px;
  }
  .contactPage .company ul li .text .p1 {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
  }
  .contactPage .company ul li .text .p2 {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
  }
  .contactPage .company ul li .text .line {
    margin: 10px 0;
  }
  .contactPage .company ul li .text .p3 {
    height: 80px;
    line-height: 20px;
    font-size: 12px;
  }
}
.popupMake {
  width: 624px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 120;
  background: #fff;
  border-radius: 10px;
  padding: 30px 60px;
  box-sizing: border-box;
  display: none;
}
.popupMake .closeBtn {
  width: 24px;
  height: 24px;
  background: url(../images/closeBtn.png) no-repeat center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.popupMake .closeBtn:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.popupMake .title {
  text-align: center;
  font-size: 28px;
  color: #000;
  border-bottom: solid 1px #cecece;
  padding-bottom: 30px;
}
.popupMake .conten {
  padding: 40px 60px;
  box-sizing: border-box;
}
.popupMake .conten .row {
  margin-bottom: 20px;
}
.popupMake .conten .tit {
  width: 110px;
  line-height: 36px;
  font-size: 16px;
  color: #666666;
  float: left;
}
.popupMake .conten .inpu {
  padding-left: 110px;
  box-sizing: border-box;
}
.popupMake .conten .inpu select,
.popupMake .conten .inpu input {
  width: 100%;
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666666;
  border: solid 1px #999999;
}
.popupMake .conten .inpu select::-webkit-input-placeholder,
.popupMake .conten .inpu input::-webkit-input-placeholder {
  color: #666;
}
.popupMake .conten .inpu select:-moz-placeholder,
.popupMake .conten .inpu input:-moz-placeholder {
  color: #666;
}
.popupMake .conten .inpu select::-moz-placeholder,
.popupMake .conten .inpu input::-moz-placeholder {
  color: #666;
}
.popupMake .conten .inpu select:-ms-input-placeholder,
.popupMake .conten .inpu input:-ms-input-placeholder {
  color: #666;
}
.popupMake .conten .btn {
  width: 160px;
  height: 40px;
  margin-left: 90px;
  background: #b49173;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 16px;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  margin-top: 40px;
}
.popupMake .conten .btn:hover {
  background: #b0825a;
}
.offerBottomBtn {
  width: 120px;
  height: 85px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  background: url(../images/offerBottomBtn.png) no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  display: none;
}
.offerBottomBar {
  width: 100%;
  min-width: 1200px;
  position: fixed;
  bottom: 0;
  left: -100%;
  z-index: 92;
  padding: 20px 0 10px 40px;
  box-sizing: border-box;
  background: url(../images/mainFilter.png);
  display: none;
}
.offerBottomBar .title {
  float: left;
}
.offerBottomBar .inpuBox {
  width: 490px;
  float: left;
  margin: 0 0 0 20px;
}
.offerBottomBar .inpuBox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.offerBottomBar .inpuBox .inpu {
  float: left;
  margin: 0 20px 10px 0;
}
.offerBottomBar .inpuBox .inpu .tit {
  min-width: 70px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  float: left;
}
.offerBottomBar .inpuBox .inpu select,
.offerBottomBar .inpuBox .inpu input {
  width: 140px;
  height: 28px;
  border-radius: 3px;
  background: #fff;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
}
.offerBottomBar .submibtn {
  width: 70px;
  height: 72px;
  float: left;
  background: url(../images/offerBottomBtn2.png) no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.offerBottomBar .contact {
  float: left;
  margin-left: 20px;
}
.offerBottomBar .contact .p1 {
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}
.offerBottomBar .contact .p2 {
  line-height: 30px;
  font-size: 22px;
  color: #ff761a;
}
.offerBottomBar .contact .p2 a {
  font-size: 22px;
  color: #ff761a;
}
.offerBottomBar .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.offerBottomBar .shabi {
  float: right;
  text-align: center;
  max-width: 478px;
  width: 100%;
}
.offerBottomBar .shabi:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.offerBottomBar .shabi li {
  width: 33.333%;
  float: left;
  background: url(../images/offerBottomBar_shabi_line.gif) no-repeat 0 center;
}
.offerBottomBar .shabi li .icon {
  line-height: 32px;
}
.offerBottomBar .shabi li .icon img {
  max-height: 32px;
  vertical-align: middle;
}
.offerBottomBar .shabi li .txt {
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
}
@media only screen and (max-width: 1650px) {
  .offerBottomBar .shabi {
    display: none;
  }
}
